Changing Mode Settings

Functions and programs can use the setMode() function to temporarily set specific calculation or result modes. The Program Editor’s Mode menu makes it easy to enter the correct syntax without requiring you to memorize numeric codes.

Note: Mode changes made within a function or program definition do not persist outside the function or program.

Setting a Mode

1. Position the cursor where you want to insert the setMode function.
2. From the Mode menu, click the mode to change, and click the new setting.

The correct syntax is inserted at the cursor location. For example:

setMode(1,3)